﻿2026-06-16T08:25:48.0584030Z ##[group]Run actions/checkout@v5
2026-06-16T08:25:48.0584885Z with:
2026-06-16T08:25:48.0585277Z   repository: SaberMage/spt-core
2026-06-16T08:25:48.0588852Z   token: ***
2026-06-16T08:25:48.0589179Z   ssh-strict: true
2026-06-16T08:25:48.0589501Z   ssh-user: git
2026-06-16T08:25:48.0589848Z   persist-credentials: true
2026-06-16T08:25:48.0590259Z   clean: true
2026-06-16T08:25:48.0590588Z   sparse-checkout-cone-mode: true
2026-06-16T08:25:48.0591065Z   fetch-depth: 1
2026-06-16T08:25:48.0591380Z   fetch-tags: false
2026-06-16T08:25:48.0591707Z   show-progress: true
2026-06-16T08:25:48.0592036Z   lfs: false
2026-06-16T08:25:48.0592337Z   submodules: false
2026-06-16T08:25:48.0592679Z   set-safe-directory: true
2026-06-16T08:25:48.0593183Z ##[endgroup]
2026-06-16T08:25:48.2369225Z Syncing repository: SaberMage/spt-core
2026-06-16T08:25:48.2370536Z ##[group]Getting Git version info
2026-06-16T08:25:48.2371062Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-16T08:25:48.2622406Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-16T08:25:48.2828218Z git version 2.43.0.windows.1
2026-06-16T08:25:48.2854966Z ##[endgroup]
2026-06-16T08:25:48.2863509Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\ccee7196-d497-49ab-b71e-731977a003d8\.gitconfig'
2026-06-16T08:25:48.2876803Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ccee7196-d497-49ab-b71e-731977a003d8' before making global git config changes
2026-06-16T08:25:48.2877817Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:25:48.2881661Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-16T08:25:48.3121626Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-16T08:25:48.3313291Z https://github.com/SaberMage/spt-core
2026-06-16T08:25:48.3341632Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-16T08:25:48.3345803Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-16T08:25:48.3539302Z refs/heads/dev-freeform
2026-06-16T08:25:48.3564868Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-16T08:25:48.3880444Z HEAD is now at 24e2409d M11-W5 T5.1: gateway-owner cross-node [twohost] rung + defer cross-node tunnel
2026-06-16T08:25:48.4387445Z ##[endgroup]
2026-06-16T08:25:48.4390578Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-16T08:25:48.8032352Z ##[group]Cleaning the repository
2026-06-16T08:25:48.8036123Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-16T08:25:49.9800252Z Removing target/
2026-06-16T08:25:49.9835420Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-16T08:25:50.0266005Z HEAD is now at 24e2409d M11-W5 T5.1: gateway-owner cross-node [twohost] rung + defer cross-node tunnel
2026-06-16T08:25:50.0290495Z ##[endgroup]
2026-06-16T08:25:50.0294403Z ##[group]Disabling automatic garbage collection
2026-06-16T08:25:50.0298820Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-16T08:25:50.0515782Z ##[endgroup]
2026-06-16T08:25:50.0516197Z ##[group]Setting up auth
2026-06-16T08:25:50.0521566Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:25:50.0737418Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-16T08:25:50.4423825Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:25:50.4666329Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-16T08:25:50.8304549Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:25:50.8519247Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-16T08:25:51.1841991Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-16T08:25:51.2139104Z ##[endgroup]
2026-06-16T08:25:51.2139537Z ##[group]Fetching the repository
2026-06-16T08:25:51.2145805Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +24e2409de14b0439f608f10426f2d79b64c5e50a:refs/remotes/origin/dev-freeform
2026-06-16T08:25:51.8762781Z ##[endgroup]
2026-06-16T08:25:51.8763246Z ##[group]Determining the checkout info
2026-06-16T08:25:51.8763599Z ##[endgroup]
2026-06-16T08:25:51.8768566Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-16T08:25:51.9030799Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-16T08:25:51.9239784Z ##[group]Checking out the ref
2026-06-16T08:25:51.9243863Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-16T08:25:51.9642025Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-16T08:25:51.9642357Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-16T08:25:51.9642642Z Switched to and reset branch 'dev-freeform'
2026-06-16T08:25:51.9668257Z ##[endgroup]
2026-06-16T08:25:51.9931562Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-16T08:25:52.0159629Z 24e2409de14b0439f608f10426f2d79b64c5e50a
